/* no ugly underlines at links please... */
a {
    text-decoration: none;
}

/* save for hovering */
a:hover {
    text-decoration: underline;
}

/* no borders around linked images! */
a img {
    border: none;
}

a, body, input, td, textarea, th, select {
    font-family: verdana,arial,helvetica;
    font-size: 10pt;
    font-weight: normal;
}

body {
    margin: 0px;
}

/* show form elements in-line */
form {
    display: inline;
}

/* prepend headings with a nice image */
h1:before {
    content: url('/images/h1.png');
}

/* nice horizontal rules please! */
hr {
    border: none;
    height: 1px;
}

input, select, textarea {
    border: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dashed 1px;
}

/* nice form fields... */
input.underBlack {
    border: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid black 1px;
}

/* ...and textareas */
textarea.underBlack
{
    border: solid black 1px;
}

/* SQL highlighting for debug */

span.sqlCommand {
    color: #800080;
    font-weight: bold;
}

span.sqlFunction {
    color: #ff0000;
}

span.sqlNumber {
    color: #008080;
}

span.sqlOperator {
    color: #c000c0;
}

span.sqlString {
    color: #008000;
}

/* sourcecode view for debug */

table.ErrorTable {
    border: solid 1px black;
    border-collapse: collapse;
    width: 95%;
}

table.ErrorTable td {
    background-color: white;
    border-bottom: solid 1px #e0e0e0;
    color: black;
}

table.ErrorTable th {
    background: #e0e0e0;
    border: solid 1px black;
    color: black;
    text-align: left;
}

table.ErrorTable td.ErrorLineNum {
    background-color: #e0e0e0;
    border-right: solid 1px black;
    font-weight: bold;
    text-align: right;
    width: 40px;
}

table.ErrorTable tr.ErrorLine td.ErrorLineNum {
    background-color: #f0e0e0;
    color: red;
}

table.ErrorTable tr.ErrorLine td.ErrorLineSrc {
    background-color: #ffe0e0;
}

.Inhalt {
	margin: 3px 14%;
    padding: 2px;
    vertical-align: top;
}

div.menu {
	height: 100%;
    max-width: 200px;
    min-width: 165px;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
	width: 10%;
}

div.path {
    white-space: nowrap;
}

/* tabs */
td.register, th.register {
    border-bottom: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    text-align: center;
}

/* never wrap table headings */
th {
    white-space: nowrap;
}

/* forum: category title */
.cattitle {
    font-weight: bold;
}

/* disabled text */
.disabled {
 background-color: transparent;
 color: #7f7f7f;
}

/* general-purpose error message */
.errmsg {
    background-color:#ffffbf;
    color:red;
    border: 1px dotted gray;
    margin:2px;
    padding:2px;
    width:95%;
}

/* forum: forum title */
.forumtitle {
    font-weight: bold;
}

.Inhalt table {
	border: solid 1px lightgray;
	border-collapse: collapse;
    width: 95%;
}

.Inhalt table td, .Inhalt table th {
	border-color: gray;
}

.main {
    border: none;
	margin: 0 auto;
    padding: 0px;
    width: 99%;
}

.menu {
    white-space: nowrap;
}

.top {
	margin: 1px;
}

.welcome, .welcome a {
	font-size: large;
	line-height: 1.5;
	text-align: center;
}

/* small text */
.small, .small a:link, .small a:hover, .small a:active, .small a:active
{
    font-size: 9pt;
}

/* submit button */
.submitbutton {
    font-weight: bold;
}

/* database debug pane */
#dbdebug {
    display: none;
    margin: 10px;
    padding: 10px;
}

/* footer */
#footer {
 bottom: 0px;
 border-top: solid 1px;
 margin: 0px;
 padding: 0px;
 position: fixed;
 width: 100%;
 z-index:999;
}

/* MOTD - top pane */
#motd {
 border-bottom: solid 1px;
 border-collapse: collapse;
 margin: 0px;
 padding: 0px;
 position: fixed;
 width: 100%;
}

table.noBorder, td.noBorder, th.noBorder {
	border: none;
}
